$group = array(); foreach ( $array as $value ) { $group[$value['id']][] = $value; } var_dump($group);